Allow some numba errors on non-amd64, warn on non-x86
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Sun, 19 Feb 2023 11:01:48 +0000 (11:01 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Sun, 19 Feb 2023 11:01:48 +0000 (11:01 +0000)
commit06b2d8384833e00cd48a20268b215ee5651a3125
tree86ff2bd6aec151c6caee97c36267bf81cbbd1291
parent4c9027aed6c6bea3f078fbea7bed5a0828b11210
Allow some numba errors on non-amd64, warn on non-x86

Specifying the exception type allows only explicit errors,
not silently wrong answers

Numba has been observed to give wrong answers on mipsel,
and crash on armel (LLVM ERROR) and s390x (segfault).

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no

Gbp-Pq: Name numba_fail_32bit.patch
pandas/compat/_optional.py
pandas/tests/groupby/aggregate/test_numba.py
pandas/tests/groupby/test_numba.py
pandas/tests/groupby/test_timegrouper.py
pandas/tests/groupby/transform/test_numba.py
pandas/tests/window/conftest.py
pandas/tests/window/test_numba.py
pandas/tests/window/test_online.py